Html Css Color HEX #F3CAE5 Classic Rose

📋 copy color: '#F3CAE5'

red 243 ◦ green 202 ◦ blue 229

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

Shades of Classic Rose #F3CAE5

Tints of Classic Rose #F3CAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.98%

R = 36.05%
G = 29.97%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F3CAE5 (or 0xF3CAE5) is known color: Classic Rose. HEX triplet: F3, CA and E5. RGB value is (243,202,229). Sum of RGB (Red+Green+Blue) = 243+202+229=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CAE5 is #0C351A. Grayscale: #D9D9D9. Windows color (decimal): -800027 or 15059699. OLE color: 15059699.

HSL color Cylindrical-coordinate representation of color #F3CAE5: hue angle of 320.49º 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 #F3CAE5 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 202 229 -
CMYK 0 0.17 0.06 0.05
HSL 320.49º 0.63% 0.87% -
HSV(B) 320.49º 0.17% 0.95% -
XYZ 72.23 66.95 83.25 -
YUV 217.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 243 202 229 0 0.17 0.06 0.05 320.49 0.63 0.87
Hex F3 CA E5 0 11 6 5 140 3F 57
Octal 363 312 345 0 21 6 5 500 77 127
Binary 11110011 11001010 11100101 0 10001 110 101 101000000 111111 1010111

Color Harmonies of #F3CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CAE5

Black with #F3CAE5

Text Example


Text Example

White with #F3CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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