Html Css Color HEX #FCC5F0 Classic Rose

📋 copy color: '#FCC5F0'

red 252 ◦ green 197 ◦ blue 240

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

Shades of Classic Rose #FCC5F0

Tints of Classic Rose #FCC5F0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.59%

 BLUE value IS 240 (94.14% from 255) = 34.83%

R = 36.57%
G = 28.59%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCC5F0 (or 0xFCC5F0) is known color: Classic Rose. HEX triplet: FC, C5 and F0. RGB value is (252,197,240). Sum of RGB (Red+Green+Blue) = 252+197+240=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 197 (77.34% from 255 or 28.59% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5F0 is #033A0F. Grayscale: #DADADA. Windows color (decimal): -211472 or 15779324. OLE color: 15779324.

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

Color convert

RGB 252 197 240 -
CMYK 0 0.22 0.05 0.01
HSL 313.09º 0.9% 0.88% -
HSV(B) 313.09º 0.22% 0.99% -
XYZ 75.84 66.92 91.36 -
YUV 218.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 252 197 240 0 0.22 0.05 0.01 313.09 0.9 0.88
Hex FC C5 F0 0 16 5 1 139 5A 58
Octal 374 305 360 0 26 5 1 471 132 130
Binary 11111100 11000101 11110000 0 10110 101 1 100111001 1011010 1011000

Color Harmonies of #FCC5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5F0

Black with #FCC5F0

Text Example


Text Example

White with #FCC5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5F0; }

 p { color: rgb(252,197,240); }

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

background-color css

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

 a { background-color: rgb(252,197,240); }

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

border-color css

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

 span { border-color: rgb(252,197,240); }

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