Html Css Color HEX #F3CFDF Classic Rose

📋 copy color: '#F3CFDF'

red 243 ◦ green 207 ◦ blue 223

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

Shades of Classic Rose #F3CFDF

Tints of Classic Rose #F3CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.14%

R = 36.11%
G = 30.76%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F3CFDF (or 0xF3CFDF) is known color: Classic Rose. HEX triplet: F3, CF and DF. RGB value is (243,207,223). Sum of RGB (Red+Green+Blue) = 243+207+223=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFDF is #0C3020. Grayscale: #DBDBDB. Windows color (decimal): -798753 or 14667763. OLE color: 14667763.

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

Color convert

RGB 243 207 223 -
CMYK 0 0.15 0.08 0.05
HSL 333.33º 0.6% 0.88% -
HSV(B) 333.33º 0.15% 0.95% -
XYZ 72.59 69.01 79.31 -
YUV 219.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 243 207 223 0 0.15 0.08 0.05 333.33 0.6 0.88
Hex F3 CF DF 0 F 8 5 14D 3C 58
Octal 363 317 337 0 17 10 5 515 74 130
Binary 11110011 11001111 11011111 0 1111 1000 101 101001101 111100 1011000

Color Harmonies of #F3CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CFDF

Black with #F3CFDF

Text Example


Text Example

White with #F3CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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