Html Css Color HEX #F3CAE0 Classic Rose

📋 copy color: '#F3CAE0'

red 243 ◦ green 202 ◦ blue 224

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

Shades of Classic Rose #F3CAE0

Tints of Classic Rose #F3CAE0

RGB

 RED value IS 243 (95.31% from 255) = 36.32%

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

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

R = 36.32%
G = 30.19%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F3CAE0 (or 0xF3CAE0) is known color: Classic Rose. HEX triplet: F3, CA and E0. RGB value is (243,202,224). Sum of RGB (Red+Green+Blue) = 243+202+224=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CAE0 is #0C351F. Grayscale: #D8D8D8. Windows color (decimal): -800032 or 14732019. OLE color: 14732019.

HSL color Cylindrical-coordinate representation of color #F3CAE0: hue angle of 327.8º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3CAE0 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 202 224 -
CMYK 0 0.17 0.08 0.05
HSL 327.8º 0.63% 0.87% -
HSV(B) 327.8º 0.17% 0.95% -
XYZ 71.54 66.68 79.62 -
YUV 216.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 243 202 224 0 0.17 0.08 0.05 327.8 0.63 0.87
Hex F3 CA E0 0 11 8 5 148 3F 57
Octal 363 312 340 0 21 10 5 510 77 127
Binary 11110011 11001010 11100000 0 10001 1000 101 101001000 111111 1010111

Color Harmonies of #F3CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CAE0

Black with #F3CAE0

Text Example


Text Example

White with #F3CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CAE0; }

 p { color: rgb(243,202,224); }

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

background-color css

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

 a { background-color: rgb(243,202,224); }

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

border-color css

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

 span { border-color: rgb(243,202,224); }

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