Html Css Color HEX #F3CCDD Classic Rose

📋 copy color: '#F3CCDD'

red 243 ◦ green 204 ◦ blue 221

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

Shades of Classic Rose #F3CCDD

Tints of Classic Rose #F3CCDD

RGB

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

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

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

R = 36.38%
G = 30.54%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F3CCDD (or 0xF3CCDD) is known color: Classic Rose. HEX triplet: F3, CC and DD. RGB value is (243,204,221). Sum of RGB (Red+Green+Blue) = 243+204+221=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCDD is #0C3322. Grayscale: #D9D9D9. Windows color (decimal): -799523 or 14535923. OLE color: 14535923.

HSL color Cylindrical-coordinate representation of color #F3CCDD: hue angle of 333.85º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CCDD is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 204 221 -
CMYK 0 0.16 0.09 0.05
HSL 333.85º 0.62% 0.88% -
HSV(B) 333.85º 0.16% 0.95% -
XYZ 71.61 67.46 77.65 -
YUV 217.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 243 204 221 0 0.16 0.09 0.05 333.85 0.62 0.88
Hex F3 CC DD 0 10 9 5 14E 3E 58
Octal 363 314 335 0 20 11 5 516 76 130
Binary 11110011 11001100 11011101 0 10000 1001 101 101001110 111110 1011000

Color Harmonies of #F3CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CCDD

Black with #F3CCDD

Text Example


Text Example

White with #F3CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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