Html Css Color HEX #F7CAE0 Classic Rose

📋 copy color: '#F7CAE0'

red 247 ◦ green 202 ◦ blue 224

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

Shades of Classic Rose #F7CAE0

Tints of Classic Rose #F7CAE0

RGB

 RED value IS 247 (96.88% from 255) = 36.7%

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

 BLUE value IS 224 (87.89% from 255) = 33.28%

R = 36.7%
G = 30.01%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F7CAE0 (or 0xF7CAE0) is known color: Classic Rose. HEX triplet: F7, CA and E0. RGB value is (247,202,224). Sum of RGB (Red+Green+Blue) = 247+202+224=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CAE0 is #08351F. Grayscale: #D9D9D9. Windows color (decimal): -537888 or 14732023. OLE color: 14732023.

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

Color convert

RGB 247 202 224 -
CMYK 0 0.18 0.09 0.03
HSL 330.67º 0.74% 0.88% -
HSV(B) 330.67º 0.18% 0.97% -
XYZ 72.93 67.4 79.69 -
YUV 217.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 247 202 224 0 0.18 0.09 0.03 330.67 0.74 0.88
Hex F7 CA E0 0 12 9 3 14B 4A 58
Octal 367 312 340 0 22 11 3 513 112 130
Binary 11110111 11001010 11100000 0 10010 1001 11 101001011 1001010 1011000

Color Harmonies of #F7CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CAE0

Black with #F7CAE0

Text Example


Text Example

White with #F7CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CAE0; }

 p { color: rgb(247,202,224); }

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

background-color css

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

 a { background-color: rgb(247,202,224); }

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

border-color css

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

 span { border-color: rgb(247,202,224); }

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