Html Css Color HEX #F8CADC Classic Rose

📋 copy color: '#F8CADC'

red 248 ◦ green 202 ◦ blue 220

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

Shades of Classic Rose #F8CADC

Tints of Classic Rose #F8CADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.15%

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

R = 37.01%
G = 30.15%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8CADC (or 0xF8CADC) is known color: Classic Rose. HEX triplet: F8, CA and DC. RGB value is (248,202,220). Sum of RGB (Red+Green+Blue) = 248+202+220=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CADC is #073523. Grayscale: #D9D9D9. Windows color (decimal): -472356 or 14469880. OLE color: 14469880.

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

Color convert

RGB 248 202 220 -
CMYK 0 0.19 0.11 0.03
HSL 336.52º 0.77% 0.88% -
HSV(B) 336.52º 0.19% 0.97% -
XYZ 72.75 67.36 76.88 -
YUV 217.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 248 202 220 0 0.19 0.11 0.03 336.52 0.77 0.88
Hex F8 CA DC 0 13 B 3 151 4D 58
Octal 370 312 334 0 23 13 3 521 115 130
Binary 11111000 11001010 11011100 0 10011 1011 11 101010001 1001101 1011000

Color Harmonies of #F8CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CADC

Black with #F8CADC

Text Example


Text Example

White with #F8CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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