Html Css Color HEX #FDBFE9 Classic Rose

📋 copy color: '#FDBFE9'

red 253 ◦ green 191 ◦ blue 233

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

Shades of Classic Rose #FDBFE9

Tints of Classic Rose #FDBFE9

RGB

 RED value IS 253 (99.22% from 255) = 37.37%

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

 BLUE value IS 233 (91.41% from 255) = 34.42%

R = 37.37%
G = 28.21%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDBFE9 (or 0xFDBFE9) is known color: Classic Rose. HEX triplet: FD, BF and E9. RGB value is (253,191,233). Sum of RGB (Red+Green+Blue) = 253+191+233=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFE9 is #024016. Grayscale: #D6D6D6. Windows color (decimal): -147479 or 15319037. OLE color: 15319037.

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

Color convert

RGB 253 191 233 -
CMYK 0 0.25 0.08 0.01
HSL 319.35º 0.94% 0.87% -
HSV(B) 319.35º 0.25% 0.99% -
XYZ 73.85 64.03 85.56 -
YUV 214.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 253 191 233 0 0.25 0.08 0.01 319.35 0.94 0.87
Hex FD BF E9 0 19 8 1 13F 5E 57
Octal 375 277 351 0 31 10 1 477 136 127
Binary 11111101 10111111 11101001 0 11001 1000 1 100111111 1011110 1010111

Color Harmonies of #FDBFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFE9

Black with #FDBFE9

Text Example


Text Example

White with #FDBFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFE9; }

 p { color: rgb(253,191,233); }

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

background-color css

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

 a { background-color: rgb(253,191,233); }

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

border-color css

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

 span { border-color: rgb(253,191,233); }

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