Html Css Color HEX #F2D5F3 Snuff

📋 copy color: '#F2D5F3'

red 242 ◦ green 213 ◦ blue 243

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

Shades of Snuff #F2D5F3

Tints of Snuff #F2D5F3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.52%

 BLUE value IS 243 (95.31% from 255) = 34.81%

R = 34.67%
G = 30.52%
B = 34.81%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F2D5F3 (or 0xF2D5F3) is known color: Snuff. HEX triplet: F2, D5 and F3. RGB value is (242,213,243). Sum of RGB (Red+Green+Blue) = 242+213+243=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 213 (83.59% from 255 or 30.52% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2D5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D5F3 is #0D2A0C. Grayscale: #E0E0E0. Windows color (decimal): -862733 or 15980018. OLE color: 15980018.

HSL color Cylindrical-coordinate representation of color #F2D5F3: hue angle of 298º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2D5F3 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 213 243 -
CMYK 0.00 0.12 0 0.05
HSL 298º 0.56% 0.89% -
HSV(B) 298º 0.12% 0.95% -
XYZ 76.59 72.94 94.84 -
YUV 225.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 242 213 243 0.00 0.12 0 0.05 298 0.56 0.89
Hex F2 D5 F3 0 C 0 5 12A 38 59
Octal 362 325 363 0 14 0 5 452 70 131
Binary 11110010 11010101 11110011 0 1100 0 101 100101010 111000 1011001

Color Harmonies of #F2D5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D5F3

Black with #F2D5F3

Text Example


Text Example

White with #F2D5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D5F3; }

 p { color: rgb(242,213,243); }

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

background-color css

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

 a { background-color: rgb(242,213,243); }

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

border-color css

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

 span { border-color: rgb(242,213,243); }

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