Html Css Color HEX #F8C2DC Classic Rose

📋 copy color: '#F8C2DC'

red 248 ◦ green 194 ◦ blue 220

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

Shades of Classic Rose #F8C2DC

Tints of Classic Rose #F8C2DC

RGB

 RED value IS 248 (97.27% from 255) = 37.46%

 GREEN value IS 194 (76.17% from 255) = 29.31%

 BLUE value IS 220 (86.33% from 255) = 33.23%

R = 37.46%
G = 29.31%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8C2DC (or 0xF8C2DC) is known color: Classic Rose. HEX triplet: F8, C2 and DC. RGB value is (248,194,220). Sum of RGB (Red+Green+Blue) = 248+194+220=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C2DC is #073D23. Grayscale: #D5D5D5. Windows color (decimal): -474404 or 14467832. OLE color: 14467832.

HSL color Cylindrical-coordinate representation of color #F8C2DC: hue angle of 331.11º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C2DC is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 220 -
CMYK 0 0.22 0.11 0.03
HSL 331.11º 0.79% 0.87% -
HSV(B) 331.11º 0.22% 0.97% -
XYZ 70.92 63.71 76.27 -
YUV 213.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 248 194 220 0 0.22 0.11 0.03 331.11 0.79 0.87
Hex F8 C2 DC 0 16 B 3 14B 4F 57
Octal 370 302 334 0 26 13 3 513 117 127
Binary 11111000 11000010 11011100 0 10110 1011 11 101001011 1001111 1010111

Color Harmonies of #F8C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C2DC

Black with #F8C2DC

Text Example


Text Example

White with #F8C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C2DC; }

 p { color: rgb(248,194,220); }

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

background-color css

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

 a { background-color: rgb(248,194,220); }

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

border-color css

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

 span { border-color: rgb(248,194,220); }

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