Html Css Color HEX #F3CFDE Classic Rose

📋 copy color: '#F3CFDE'

red 243 ◦ green 207 ◦ blue 222

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

Shades of Classic Rose #F3CFDE

Tints of Classic Rose #F3CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.04%

R = 36.16%
G = 30.8%
B = 33.04%

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

#F3CFDE (or 0xF3CFDE) is known color: Classic Rose. HEX triplet: F3, CF and DE. RGB value is (243,207,222). Sum of RGB (Red+Green+Blue) = 243+207+222=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFDE is #0C3021. Grayscale: #DBDBDB. Windows color (decimal): -798754 or 14602227. OLE color: 14602227.

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

Color convert

RGB 243 207 222 -
CMYK 0 0.15 0.09 0.05
HSL 335º 0.6% 0.88% -
HSV(B) 335º 0.15% 0.95% -
XYZ 72.46 68.95 78.6 -
YUV 219.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 243 207 222 0 0.15 0.09 0.05 335 0.6 0.88
Hex F3 CF DE 0 F 9 5 14F 3C 58
Octal 363 317 336 0 17 11 5 517 74 130
Binary 11110011 11001111 11011110 0 1111 1001 101 101001111 111100 1011000

Color Harmonies of #F3CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CFDE

Black with #F3CFDE

Text Example


Text Example

White with #F3CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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