Html Css Color HEX #F8CAE4 Classic Rose

📋 copy color: '#F8CAE4'

red 248 ◦ green 202 ◦ blue 228

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

Shades of Classic Rose #F8CAE4

Tints of Classic Rose #F8CAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.63%

R = 36.58%
G = 29.79%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8CAE4 (or 0xF8CAE4) is known color: Classic Rose. HEX triplet: F8, CA and E4. RGB value is (248,202,228). Sum of RGB (Red+Green+Blue) = 248+202+228=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CAE4 is #07351B. Grayscale: #DADADA. Windows color (decimal): -472348 or 14994168. OLE color: 14994168.

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

Color convert

RGB 248 202 228 -
CMYK 0 0.19 0.08 0.03
HSL 326.09º 0.77% 0.88% -
HSV(B) 326.09º 0.19% 0.97% -
XYZ 73.84 67.8 82.59 -
YUV 218.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 248 202 228 0 0.19 0.08 0.03 326.09 0.77 0.88
Hex F8 CA E4 0 13 8 3 146 4D 58
Octal 370 312 344 0 23 10 3 506 115 130
Binary 11111000 11001010 11100100 0 10011 1000 11 101000110 1001101 1011000

Color Harmonies of #F8CAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CAE4

Black with #F8CAE4

Text Example


Text Example

White with #F8CAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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