Html Css Color HEX #F3CFDD Classic Rose

📋 copy color: '#F3CFDD'

red 243 ◦ green 207 ◦ blue 221

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

Shades of Classic Rose #F3CFDD

Tints of Classic Rose #F3CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.85%

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

R = 36.21%
G = 30.85%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F3CFDD (or 0xF3CFDD) is known color: Classic Rose. HEX triplet: F3, CF and DD. RGB value is (243,207,221). Sum of RGB (Red+Green+Blue) = 243+207+221=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFDD is #0C3022. Grayscale: #DBDBDB. Windows color (decimal): -798755 or 14536691. OLE color: 14536691.

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

Color convert

RGB 243 207 221 -
CMYK 0 0.15 0.09 0.05
HSL 336.67º 0.6% 0.88% -
HSV(B) 336.67º 0.15% 0.95% -
XYZ 72.33 68.9 77.89 -
YUV 219.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 243 207 221 0 0.15 0.09 0.05 336.67 0.6 0.88
Hex F3 CF DD 0 F 9 5 151 3C 58
Octal 363 317 335 0 17 11 5 521 74 130
Binary 11110011 11001111 11011101 0 1111 1001 101 101010001 111100 1011000

Color Harmonies of #F3CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CFDD

Black with #F3CFDD

Text Example


Text Example

White with #F3CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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