Html Css Color HEX #F2CDF0 Snuff

📋 copy color: '#F2CDF0'

red 242 ◦ green 205 ◦ blue 240

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

Shades of Snuff #F2CDF0

Tints of Snuff #F2CDF0

RGB

 RED value IS 242 (94.92% from 255) = 35.23%

 GREEN value IS 205 (80.47% from 255) = 29.84%

 BLUE value IS 240 (94.14% from 255) = 34.93%

R = 35.23%
G = 29.84%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2CDF0 (or 0xF2CDF0) is known color: Snuff. HEX triplet: F2, CD and F0. RGB value is (242,205,240). Sum of RGB (Red+Green+Blue) = 242+205+240=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDF0 is #0D320F. Grayscale: #DBDBDB. Windows color (decimal): -864784 or 15781362. OLE color: 15781362.

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

Color convert

RGB 242 205 240 -
CMYK 0 0.15 0.01 0.05
HSL 303.24º 0.59% 0.88% -
HSV(B) 303.24º 0.15% 0.95% -
XYZ 74.18 68.83 91.81 -
YUV 220.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 242 205 240 0 0.15 0.01 0.05 303.24 0.59 0.88
Hex F2 CD F0 0 F 1 5 12F 3B 58
Octal 362 315 360 0 17 1 5 457 73 130
Binary 11110010 11001101 11110000 0 1111 1 101 100101111 111011 1011000

Color Harmonies of #F2CDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDF0

Black with #F2CDF0

Text Example


Text Example

White with #F2CDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDF0; }

 p { color: rgb(242,205,240); }

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

background-color css

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

 a { background-color: rgb(242,205,240); }

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

border-color css

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

 span { border-color: rgb(242,205,240); }

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