Html Css Color HEX #F8C1DC Classic Rose

📋 copy color: '#F8C1DC'

red 248 ◦ green 193 ◦ blue 220

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

Shades of Classic Rose #F8C1DC

Tints of Classic Rose #F8C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.2%

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

R = 37.52%
G = 29.2%
B = 33.28%

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

#F8C1DC (or 0xF8C1DC) is known color: Classic Rose. HEX triplet: F8, C1 and DC. RGB value is (248,193,220). Sum of RGB (Red+Green+Blue) = 248+193+220=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C1DC is #073E23. Grayscale: #D4D4D4. Windows color (decimal): -474660 or 14467576. OLE color: 14467576.

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

Color convert

RGB 248 193 220 -
CMYK 0 0.22 0.11 0.03
HSL 330.55º 0.8% 0.86% -
HSV(B) 330.55º 0.22% 0.97% -
XYZ 70.7 63.26 76.19 -
YUV 212.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 248 193 220 0 0.22 0.11 0.03 330.55 0.8 0.86
Hex F8 C1 DC 0 16 B 3 14B 50 56
Octal 370 301 334 0 26 13 3 513 120 126
Binary 11111000 11000001 11011100 0 10110 1011 11 101001011 1010000 1010110

Color Harmonies of #F8C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C1DC

Black with #F8C1DC

Text Example


Text Example

White with #F8C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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