Html Css Color HEX #FDCBE6 Classic Rose

📋 copy color: '#FDCBE6'

red 253 ◦ green 203 ◦ blue 230

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

Shades of Classic Rose #FDCBE6

Tints of Classic Rose #FDCBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.53%

R = 36.88%
G = 29.59%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDCBE6 (or 0xFDCBE6) is known color: Classic Rose. HEX triplet: FD, CB and E6. RGB value is (253,203,230). Sum of RGB (Red+Green+Blue) = 253+203+230=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBE6 is #023419. Grayscale: #DCDCDC. Windows color (decimal): -144410 or 15125501. OLE color: 15125501.

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

Color convert

RGB 253 203 230 -
CMYK 0 0.20 0.09 0.01
HSL 327.6º 0.93% 0.89% -
HSV(B) 327.6º 0.2% 0.99% -
XYZ 76.15 69.31 84.23 -
YUV 221.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 253 203 230 0 0.20 0.09 0.01 327.6 0.93 0.89
Hex FD CB E6 0 14 9 1 148 5D 59
Octal 375 313 346 0 24 11 1 510 135 131
Binary 11111101 11001011 11100110 0 10100 1001 1 101001000 1011101 1011001

Color Harmonies of #FDCBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBE6

Black with #FDCBE6

Text Example


Text Example

White with #FDCBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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