Html Css Color HEX #FFBFCA Pink

📋 copy color: '#FFBFCA'

red 255 ◦ green 191 ◦ blue 202

#FFBFCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink #FFBFCA

Tints of Pink #FFBFCA

RGB

 RED value IS 255 (100% from 255) = 39.35%

 GREEN value IS 191 (75% from 255) = 29.48%

 BLUE value IS 202 (79.3% from 255) = 31.17%

R = 39.35%
G = 29.48%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFBFCA (or 0xFFBFCA) is known color: Pink. HEX triplet: FF, BF and CA. RGB value is (255,191,202). Sum of RGB (Red+Green+Blue) = 255+191+202=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFCA is #004035. Grayscale: #D3D3D3. Windows color (decimal): -16438 or 13287423. OLE color: 13287423.

HSL color Cylindrical-coordinate representation of color #FFBFCA: hue angle of 349.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFCA is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 191 202 -
CMYK 0 0.25 0.21 0
HSL 349.69º 1% 0.87% -
HSV(B) 349.69º 0.25% 1% -
XYZ 70.53 62.79 64.28 -
YUV 211.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 255 191 202 0 0.25 0.21 0 349.69 1 0.87
Hex FF BF CA 0 19 15 0 15E 64 57
Octal 377 277 312 0 31 25 0 536 144 127
Binary 11111111 10111111 11001010 0 11001 10101 0 101011110 1100100 1010111

Color Harmonies of #FFBFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFCA

Black with #FFBFCA

Text Example


Text Example

White with #FFBFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFCA; }

 p { color: rgb(255,191,202); }

 H1.HeaderClassName
 {
   color: #FFBFCA;
 }
 .AnyTagClassName
 {
   color: #FFBFCA;
 }
</style>

background-color css

<style>
 a { background-color: #FFBFCA; }

 a { background-color: rgb(255,191,202); }

 div.DivClassName
 {
   background-color: #FFBFCA;
 }
 .BgClassName
 {
   background-color: #FFBFCA;
 }
</style>

border-color css

<style>
 span { border-color: #FFBFCA; }

 span { border-color: rgb(255,191,202); }

 td.TdClassName
 {
   border-color: #FFBFCA;
 }
 .TagClassName
 {
   border-color: #FFBFCA;
 }
</style>