Html Css Color HEX #F7CFEC Classic Rose

📋 copy color: '#F7CFEC'

red 247 ◦ green 207 ◦ blue 236

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

Shades of Classic Rose #F7CFEC

Tints of Classic Rose #F7CFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.2%

R = 35.8%
G = 30%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F7CFEC (or 0xF7CFEC) is known color: Classic Rose. HEX triplet: F7, CF and EC. RGB value is (247,207,236). Sum of RGB (Red+Green+Blue) = 247+207+236=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFEC is #083013. Grayscale: #DEDEDE. Windows color (decimal): -536596 or 15519735. OLE color: 15519735.

HSL color Cylindrical-coordinate representation of color #F7CFEC: hue angle of 316.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 #F7CFEC is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 207 236 -
CMYK 0 0.16 0.04 0.03
HSL 316.5º 0.71% 0.89% -
HSV(B) 316.5º 0.16% 0.97% -
XYZ 75.81 70.46 88.96 -
YUV 222.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 247 207 236 0 0.16 0.04 0.03 316.5 0.71 0.89
Hex F7 CF EC 0 10 4 3 13C 47 59
Octal 367 317 354 0 20 4 3 474 107 131
Binary 11110111 11001111 11101100 0 10000 100 11 100111100 1000111 1011001

Color Harmonies of #F7CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CFEC

Black with #F7CFEC

Text Example


Text Example

White with #F7CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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