Html Css Color HEX #FFBFEC Classic Rose

📋 copy color: '#FFBFEC'

red 255 ◦ green 191 ◦ blue 236

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

Shades of Classic Rose #FFBFEC

Tints of Classic Rose #FFBFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.6%

R = 37.39%
G = 28.01%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFBFEC (or 0xFFBFEC) is known color: Classic Rose. HEX triplet: FF, BF and EC. RGB value is (255,191,236). Sum of RGB (Red+Green+Blue) = 255+191+236=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFEC is #004013. Grayscale: #D7D7D7. Windows color (decimal): -16404 or 15515647. OLE color: 15515647.

HSL color Cylindrical-coordinate representation of color #FFBFEC: hue angle of 317.81º 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 #FFBFEC is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 191 236 -
CMYK 0 0.25 0.07 0
HSL 317.81º 1% 0.87% -
HSV(B) 317.81º 0.25% 1% -
XYZ 75.01 64.58 87.87 -
YUV 215.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 255 191 236 0 0.25 0.07 0 317.81 1 0.87
Hex FF BF EC 0 19 7 0 13E 64 57
Octal 377 277 354 0 31 7 0 476 144 127
Binary 11111111 10111111 11101100 0 11001 111 0 100111110 1100100 1010111

Color Harmonies of #FFBFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFEC

Black with #FFBFEC

Text Example


Text Example

White with #FFBFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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