Html Css Color HEX #F7CAEA Classic Rose

📋 copy color: '#F7CAEA'

red 247 ◦ green 202 ◦ blue 234

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

Shades of Classic Rose #F7CAEA

Tints of Classic Rose #F7CAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.26%

R = 36.16%
G = 29.58%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F7CAEA (or 0xF7CAEA) is known color: Classic Rose. HEX triplet: F7, CA and EA. RGB value is (247,202,234). Sum of RGB (Red+Green+Blue) = 247+202+234=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CAEA is #083515. Grayscale: #DBDBDB. Windows color (decimal): -537878 or 15387383. OLE color: 15387383.

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

Color convert

RGB 247 202 234 -
CMYK 0 0.18 0.05 0.03
HSL 317.33º 0.74% 0.88% -
HSV(B) 317.33º 0.18% 0.97% -
XYZ 74.33 67.96 87.04 -
YUV 219.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 247 202 234 0 0.18 0.05 0.03 317.33 0.74 0.88
Hex F7 CA EA 0 12 5 3 13D 4A 58
Octal 367 312 352 0 22 5 3 475 112 130
Binary 11110111 11001010 11101010 0 10010 101 11 100111101 1001010 1011000

Color Harmonies of #F7CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CAEA

Black with #F7CAEA

Text Example


Text Example

White with #F7CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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