Html Css Color HEX #FDCBEC Classic Rose

📋 copy color: '#FDCBEC'

red 253 ◦ green 203 ◦ blue 236

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

Shades of Classic Rose #FDCBEC

Tints of Classic Rose #FDCBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.1%

R = 36.56%
G = 29.34%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDCBEC (or 0xFDCBEC) is known color: Classic Rose. HEX triplet: FD, CB and EC. RGB value is (253,203,236). Sum of RGB (Red+Green+Blue) = 253+203+236=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBEC is #023413. Grayscale: #DDDDDD. Windows color (decimal): -144404 or 15518717. OLE color: 15518717.

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

Color convert

RGB 253 203 236 -
CMYK 0 0.20 0.07 0.01
HSL 320.4º 0.93% 0.89% -
HSV(B) 320.4º 0.2% 0.99% -
XYZ 77 69.65 88.74 -
YUV 221.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 253 203 236 0 0.20 0.07 0.01 320.4 0.93 0.89
Hex FD CB EC 0 14 7 1 140 5D 59
Octal 375 313 354 0 24 7 1 500 135 131
Binary 11111101 11001011 11101100 0 10100 111 1 101000000 1011101 1011001

Color Harmonies of #FDCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBEC

Black with #FDCBEC

Text Example


Text Example

White with #FDCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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