Html Css Color HEX #FDCBEE Classic Rose

📋 copy color: '#FDCBEE'

red 253 ◦ green 203 ◦ blue 238

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

Shades of Classic Rose #FDCBEE

Tints of Classic Rose #FDCBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.29%

R = 36.46%
G = 29.25%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDCBEE (or 0xFDCBEE) is known color: Classic Rose. HEX triplet: FD, CB and EE. RGB value is (253,203,238). Sum of RGB (Red+Green+Blue) = 253+203+238=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBEE is #023411. Grayscale: #DDDDDD. Windows color (decimal): -144402 or 15649789. OLE color: 15649789.

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

Color convert

RGB 253 203 238 -
CMYK 0 0.20 0.06 0.01
HSL 318º 0.93% 0.89% -
HSV(B) 318º 0.2% 0.99% -
XYZ 77.3 69.77 90.28 -
YUV 221.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 253 203 238 0 0.20 0.06 0.01 318 0.93 0.89
Hex FD CB EE 0 14 6 1 13E 5D 59
Octal 375 313 356 0 24 6 1 476 135 131
Binary 11111101 11001011 11101110 0 10100 110 1 100111110 1011101 1011001

Color Harmonies of #FDCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBEE

Black with #FDCBEE

Text Example


Text Example

White with #FDCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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