Html Css Color HEX #FCCFED Classic Rose

📋 copy color: '#FCCFED'

red 252 ◦ green 207 ◦ blue 237

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

Shades of Classic Rose #FCCFED

Tints of Classic Rose #FCCFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.74%

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

R = 36.21%
G = 29.74%
B = 34.05%

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

#FCCFED (or 0xFCCFED) is known color: Classic Rose. HEX triplet: FC, CF and ED. RGB value is (252,207,237). Sum of RGB (Red+Green+Blue) = 252+207+237=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFED is #033012. Grayscale: #DFDFDF. Windows color (decimal): -208915 or 15585276. OLE color: 15585276.

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

Color convert

RGB 252 207 237 -
CMYK 0 0.18 0.06 0.01
HSL 320º 0.88% 0.9% -
HSV(B) 320º 0.18% 0.99% -
XYZ 77.74 71.44 89.81 -
YUV 223.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 252 207 237 0 0.18 0.06 0.01 320 0.88 0.9
Hex FC CF ED 0 12 6 1 140 58 5A
Octal 374 317 355 0 22 6 1 500 130 132
Binary 11111100 11001111 11101101 0 10010 110 1 101000000 1011000 1011010

Color Harmonies of #FCCFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFED

Black with #FCCFED

Text Example


Text Example

White with #FCCFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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