Html Css Color HEX #FDCBE7 Classic Rose

📋 copy color: '#FDCBE7'

red 253 ◦ green 203 ◦ blue 231

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

Shades of Classic Rose #FDCBE7

Tints of Classic Rose #FDCBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.62%

R = 36.83%
G = 29.55%
B = 33.62%

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

#FDCBE7 (or 0xFDCBE7) is known color: Classic Rose. HEX triplet: FD, CB and E7. RGB value is (253,203,231). Sum of RGB (Red+Green+Blue) = 253+203+231=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBE7 is #023418. Grayscale: #DDDDDD. Windows color (decimal): -144409 or 15191037. OLE color: 15191037.

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

Color convert

RGB 253 203 231 -
CMYK 0 0.20 0.09 0.01
HSL 326.4º 0.93% 0.89% -
HSV(B) 326.4º 0.2% 0.99% -
XYZ 76.29 69.36 84.97 -
YUV 221.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 253 203 231 0 0.20 0.09 0.01 326.4 0.93 0.89
Hex FD CB E7 0 14 9 1 146 5D 59
Octal 375 313 347 0 24 11 1 506 135 131
Binary 11111101 11001011 11100111 0 10100 1001 1 101000110 1011101 1011001

Color Harmonies of #FDCBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBE7

Black with #FDCBE7

Text Example


Text Example

White with #FDCBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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