Html Css Color HEX #FDCBE8 Classic Rose

📋 copy color: '#FDCBE8'

red 253 ◦ green 203 ◦ blue 232

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

Shades of Classic Rose #FDCBE8

Tints of Classic Rose #FDCBE8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.51%

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

R = 36.77%
G = 29.51%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDCBE8 (or 0xFDCBE8) is known color: Classic Rose. HEX triplet: FD, CB and E8. RGB value is (253,203,232). Sum of RGB (Red+Green+Blue) = 253+203+232=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBE8 is #023417. Grayscale: #DDDDDD. Windows color (decimal): -144408 or 15256573. OLE color: 15256573.

HSL color Cylindrical-coordinate representation of color #FDCBE8: hue angle of 325.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBE8 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 232 -
CMYK 0 0.20 0.08 0.01
HSL 325.2º 0.93% 0.89% -
HSV(B) 325.2º 0.2% 0.99% -
XYZ 76.43 69.42 85.72 -
YUV 221.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 253 203 232 0 0.20 0.08 0.01 325.2 0.93 0.89
Hex FD CB E8 0 14 8 1 145 5D 59
Octal 375 313 350 0 24 10 1 505 135 131
Binary 11111101 11001011 11101000 0 10100 1000 1 101000101 1011101 1011001

Color Harmonies of #FDCBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBE8

Black with #FDCBE8

Text Example


Text Example

White with #FDCBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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