Html Css Color HEX #F3CADD Classic Rose

📋 copy color: '#F3CADD'

red 243 ◦ green 202 ◦ blue 221

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

Shades of Classic Rose #F3CADD

Tints of Classic Rose #F3CADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.18%

R = 36.49%
G = 30.33%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F3CADD (or 0xF3CADD) is known color: Classic Rose. HEX triplet: F3, CA and DD. RGB value is (243,202,221). Sum of RGB (Red+Green+Blue) = 243+202+221=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CADD is #0C3522. Grayscale: #D8D8D8. Windows color (decimal): -800035 or 14535411. OLE color: 14535411.

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

Color convert

RGB 243 202 221 -
CMYK 0 0.17 0.09 0.05
HSL 332.2º 0.63% 0.87% -
HSV(B) 332.2º 0.17% 0.95% -
XYZ 71.13 66.52 77.5 -
YUV 216.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 243 202 221 0 0.17 0.09 0.05 332.2 0.63 0.87
Hex F3 CA DD 0 11 9 5 14C 3F 57
Octal 363 312 335 0 21 11 5 514 77 127
Binary 11110011 11001010 11011101 0 10001 1001 101 101001100 111111 1010111

Color Harmonies of #F3CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CADD

Black with #F3CADD

Text Example


Text Example

White with #F3CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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