Html Css Color HEX #F7CFE0 Classic Rose

📋 copy color: '#F7CFE0'

red 247 ◦ green 207 ◦ blue 224

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

Shades of Classic Rose #F7CFE0

Tints of Classic Rose #F7CFE0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.53%

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

R = 36.43%
G = 30.53%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F7CFE0 (or 0xF7CFE0) is known color: Classic Rose. HEX triplet: F7, CF and E0. RGB value is (247,207,224). Sum of RGB (Red+Green+Blue) = 247+207+224=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFE0 is #08301F. Grayscale: #DCDCDC. Windows color (decimal): -536608 or 14733303. OLE color: 14733303.

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

Color convert

RGB 247 207 224 -
CMYK 0 0.16 0.09 0.03
HSL 334.5º 0.71% 0.89% -
HSV(B) 334.5º 0.16% 0.97% -
XYZ 74.13 69.78 80.08 -
YUV 220.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 247 207 224 0 0.16 0.09 0.03 334.5 0.71 0.89
Hex F7 CF E0 0 10 9 3 14E 47 59
Octal 367 317 340 0 20 11 3 516 107 131
Binary 11110111 11001111 11100000 0 10000 1001 11 101001110 1000111 1011001

Color Harmonies of #F7CFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CFE0

Black with #F7CFE0

Text Example


Text Example

White with #F7CFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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