Html Css Color HEX #FDBFE8 Classic Rose

📋 copy color: '#FDBFE8'

red 253 ◦ green 191 ◦ blue 232

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

Shades of Classic Rose #FDBFE8

Tints of Classic Rose #FDBFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.32%

R = 37.43%
G = 28.25%
B = 34.32%

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

#FDBFE8 (or 0xFDBFE8) is known color: Classic Rose. HEX triplet: FD, BF and E8. RGB value is (253,191,232). Sum of RGB (Red+Green+Blue) = 253+191+232=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFE8 is #024017. Grayscale: #D6D6D6. Windows color (decimal): -147480 or 15253501. OLE color: 15253501.

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

Color convert

RGB 253 191 232 -
CMYK 0 0.25 0.08 0.01
HSL 320.32º 0.94% 0.87% -
HSV(B) 320.32º 0.25% 0.99% -
XYZ 73.7 63.97 84.81 -
YUV 214.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 253 191 232 0 0.25 0.08 0.01 320.32 0.94 0.87
Hex FD BF E8 0 19 8 1 140 5E 57
Octal 375 277 350 0 31 10 1 500 136 127
Binary 11111101 10111111 11101000 0 11001 1000 1 101000000 1011110 1010111

Color Harmonies of #FDBFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFE8

Black with #FDBFE8

Text Example


Text Example

White with #FDBFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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