Html Css Color HEX #FCCEED Classic Rose

📋 copy color: '#FCCEED'

red 252 ◦ green 206 ◦ blue 237

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

Shades of Classic Rose #FCCEED

Tints of Classic Rose #FCCEED

RGB

 RED value IS 252 (98.83% from 255) = 36.26%

 GREEN value IS 206 (80.86% from 255) = 29.64%

 BLUE value IS 237 (92.97% from 255) = 34.1%

R = 36.26%
G = 29.64%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCCEED (or 0xFCCEED) is known color: Classic Rose. HEX triplet: FC, CE and ED. RGB value is (252,206,237). Sum of RGB (Red+Green+Blue) = 252+206+237=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEED is #033112. Grayscale: #DFDFDF. Windows color (decimal): -209171 or 15585020. OLE color: 15585020.

HSL color Cylindrical-coordinate representation of color #FCCEED: hue angle of 319.57º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEED is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 206 237 -
CMYK 0 0.18 0.06 0.01
HSL 319.57º 0.88% 0.9% -
HSV(B) 319.57º 0.18% 0.99% -
XYZ 77.5 70.95 89.73 -
YUV 223.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 252 206 237 0 0.18 0.06 0.01 319.57 0.88 0.9
Hex FC CE ED 0 12 6 1 140 58 5A
Octal 374 316 355 0 22 6 1 500 130 132
Binary 11111100 11001110 11101101 0 10010 110 1 101000000 1011000 1011010

Color Harmonies of #FCCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEED

Black with #FCCEED

Text Example


Text Example

White with #FCCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEED; }

 p { color: rgb(252,206,237); }

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

background-color css

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

 a { background-color: rgb(252,206,237); }

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

border-color css

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

 span { border-color: rgb(252,206,237); }

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