Html Css Color HEX #F8CADE Classic Rose

📋 copy color: '#F8CADE'

red 248 ◦ green 202 ◦ blue 222

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

Shades of Classic Rose #F8CADE

Tints of Classic Rose #F8CADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.04%

R = 36.9%
G = 30.06%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8CADE (or 0xF8CADE) is known color: Classic Rose. HEX triplet: F8, CA and DE. RGB value is (248,202,222). Sum of RGB (Red+Green+Blue) = 248+202+222=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CADE is #073521. Grayscale: #DADADA. Windows color (decimal): -472354 or 14600952. OLE color: 14600952.

HSL color Cylindrical-coordinate representation of color #F8CADE: hue angle of 333.91º 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 #F8CADE is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 202 222 -
CMYK 0 0.19 0.10 0.03
HSL 333.91º 0.77% 0.88% -
HSV(B) 333.91º 0.19% 0.97% -
XYZ 73.02 67.47 78.28 -
YUV 218.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 248 202 222 0 0.19 0.10 0.03 333.91 0.77 0.88
Hex F8 CA DE 0 13 A 3 14E 4D 58
Octal 370 312 336 0 23 12 3 516 115 130
Binary 11111000 11001010 11011110 0 10011 1010 11 101001110 1001101 1011000

Color Harmonies of #F8CADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CADE

Black with #F8CADE

Text Example


Text Example

White with #F8CADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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