Html Css Color HEX #F6CAE3 Classic Rose

📋 copy color: '#F6CAE3'

red 246 ◦ green 202 ◦ blue 227

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

Shades of Classic Rose #F6CAE3

Tints of Classic Rose #F6CAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.63%

R = 36.44%
G = 29.93%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6CAE3 (or 0xF6CAE3) is known color: Classic Rose. HEX triplet: F6, CA and E3. RGB value is (246,202,227). Sum of RGB (Red+Green+Blue) = 246+202+227=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 227 (89.06% from 255 or 33.63% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CAE3 is #09351C. Grayscale: #D9D9D9. Windows color (decimal): -603421 or 14928630. OLE color: 14928630.

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

Color convert

RGB 246 202 227 -
CMYK 0 0.18 0.08 0.04
HSL 325.91º 0.71% 0.88% -
HSV(B) 325.91º 0.18% 0.96% -
XYZ 72.99 67.38 81.83 -
YUV 218.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 246 202 227 0 0.18 0.08 0.04 325.91 0.71 0.88
Hex F6 CA E3 0 12 8 4 146 47 58
Octal 366 312 343 0 22 10 4 506 107 130
Binary 11110110 11001010 11100011 0 10010 1000 100 101000110 1000111 1011000

Color Harmonies of #F6CAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CAE3

Black with #F6CAE3

Text Example


Text Example

White with #F6CAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CAE3; }

 p { color: rgb(246,202,227); }

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

background-color css

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

 a { background-color: rgb(246,202,227); }

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

border-color css

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

 span { border-color: rgb(246,202,227); }

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