Html Css Color HEX #FDCBE9 Classic Rose

📋 copy color: '#FDCBE9'

red 253 ◦ green 203 ◦ blue 233

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

Shades of Classic Rose #FDCBE9

Tints of Classic Rose #FDCBE9

RGB

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

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

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

R = 36.72%
G = 29.46%
B = 33.82%

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

#FDCBE9 (or 0xFDCBE9) is known color: Classic Rose. HEX triplet: FD, CB and E9. RGB value is (253,203,233). Sum of RGB (Red+Green+Blue) = 253+203+233=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBE9 is #023416. Grayscale: #DDDDDD. Windows color (decimal): -144407 or 15322109. OLE color: 15322109.

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

Color convert

RGB 253 203 233 -
CMYK 0 0.20 0.08 0.01
HSL 324º 0.93% 0.89% -
HSV(B) 324º 0.2% 0.99% -
XYZ 76.57 69.48 86.47 -
YUV 221.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 253 203 233 0 0.20 0.08 0.01 324 0.93 0.89
Hex FD CB E9 0 14 8 1 144 5D 59
Octal 375 313 351 0 24 10 1 504 135 131
Binary 11111101 11001011 11101001 0 10100 1000 1 101000100 1011101 1011001

Color Harmonies of #FDCBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBE9

Black with #FDCBE9

Text Example


Text Example

White with #FDCBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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