Html Css Color HEX #F6CCEA Classic Rose

📋 copy color: '#F6CCEA'

red 246 ◦ green 204 ◦ blue 234

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

Shades of Classic Rose #F6CCEA

Tints of Classic Rose #F6CCEA

RGB

 RED value IS 246 (96.48% from 255) = 35.96%

 GREEN value IS 204 (80.08% from 255) = 29.82%

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

R = 35.96%
G = 29.82%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F6CCEA (or 0xF6CCEA) is known color: Classic Rose. HEX triplet: F6, CC and EA. RGB value is (246,204,234). Sum of RGB (Red+Green+Blue) = 246+204+234=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CCEA is #093315. Grayscale: #DBDBDB. Windows color (decimal): -602902 or 15387894. OLE color: 15387894.

HSL color Cylindrical-coordinate representation of color #F6CCEA: hue angle of 317.14º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CCEA is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 204 234 -
CMYK 0 0.17 0.05 0.04
HSL 317.14º 0.7% 0.88% -
HSV(B) 317.14º 0.17% 0.96% -
XYZ 74.45 68.72 87.18 -
YUV 219.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 246 204 234 0 0.17 0.05 0.04 317.14 0.7 0.88
Hex F6 CC EA 0 11 5 4 13D 46 58
Octal 366 314 352 0 21 5 4 475 106 130
Binary 11110110 11001100 11101010 0 10001 101 100 100111101 1000110 1011000

Color Harmonies of #F6CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CCEA

Black with #F6CCEA

Text Example


Text Example

White with #F6CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CCEA; }

 p { color: rgb(246,204,234); }

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

background-color css

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

 a { background-color: rgb(246,204,234); }

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

border-color css

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

 span { border-color: rgb(246,204,234); }

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