Html Css Color HEX #FFBFE4 Classic Rose

📋 copy color: '#FFBFE4'

red 255 ◦ green 191 ◦ blue 228

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

Shades of Classic Rose #FFBFE4

Tints of Classic Rose #FFBFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.83%

R = 37.83%
G = 28.34%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFBFE4 (or 0xFFBFE4) is known color: Classic Rose. HEX triplet: FF, BF and E4. RGB value is (255,191,228). Sum of RGB (Red+Green+Blue) = 255+191+228=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFE4 is #00401B. Grayscale: #D6D6D6. Windows color (decimal): -16412 or 14991359. OLE color: 14991359.

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

Color convert

RGB 255 191 228 -
CMYK 0 0.25 0.11 0
HSL 325.31º 1% 0.87% -
HSV(B) 325.31º 0.25% 1% -
XYZ 73.87 64.12 81.88 -
YUV 214.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 255 191 228 0 0.25 0.11 0 325.31 1 0.87
Hex FF BF E4 0 19 B 0 145 64 57
Octal 377 277 344 0 31 13 0 505 144 127
Binary 11111111 10111111 11100100 0 11001 1011 0 101000101 1100100 1010111

Color Harmonies of #FFBFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFE4

Black with #FFBFE4

Text Example


Text Example

White with #FFBFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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