Html Css Color HEX #FFBFE5 Classic Rose

📋 copy color: '#FFBFE5'

red 255 ◦ green 191 ◦ blue 229

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

Shades of Classic Rose #FFBFE5

Tints of Classic Rose #FFBFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.93%

R = 37.78%
G = 28.3%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFBFE5 (or 0xFFBFE5) is known color: Classic Rose. HEX triplet: FF, BF and E5. RGB value is (255,191,229). Sum of RGB (Red+Green+Blue) = 255+191+229=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFE5 is #00401A. Grayscale: #D6D6D6. Windows color (decimal): -16411 or 15056895. OLE color: 15056895.

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

Color convert

RGB 255 191 229 -
CMYK 0 0.25 0.10 0
HSL 324.38º 1% 0.87% -
HSV(B) 324.38º 0.25% 1% -
XYZ 74.01 64.18 82.62 -
YUV 214.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 255 191 229 0 0.25 0.10 0 324.38 1 0.87
Hex FF BF E5 0 19 A 0 144 64 57
Octal 377 277 345 0 31 12 0 504 144 127
Binary 11111111 10111111 11100101 0 11001 1010 0 101000100 1100100 1010111

Color Harmonies of #FFBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFE5

Black with #FFBFE5

Text Example


Text Example

White with #FFBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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