Html Css Color HEX #D8FACA Snowy Mint

📋 copy color: '#D8FACA'

red 216 ◦ green 250 ◦ blue 202

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

Shades of Snowy Mint #D8FACA

Tints of Snowy Mint #D8FACA

RGB

 RED value IS 216 (84.77% from 255) = 32.34%

 GREEN value IS 250 (98.05% from 255) = 37.43%

 BLUE value IS 202 (79.3% from 255) = 30.24%

R = 32.34%
G = 37.43%
B = 30.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#D8FACA (or 0xD8FACA) is known color: Snowy Mint. HEX triplet: D8, FA and CA. RGB value is (216,250,202). Sum of RGB (Red+Green+Blue) = 216+250+202=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FACA is #270535. Grayscale: #EAEAEA. Windows color (decimal): -2557238 or 13302488. OLE color: 13302488.

HSL color Cylindrical-coordinate representation of color #D8FACA: hue angle of 102.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8FACA is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 250 202 -
CMYK 0.14 0 0.19 0.02
HSL 102.5º 0.83% 0.89% -
HSV(B) 102.5º 0.19% 0.98% -
XYZ 73.17 87.23 68.86 -
YUV 234.36 109.74 114.9 -
System Red Green Blue C M Y K H S L
Decimal 216 250 202 0.14 0 0.19 0.02 102.5 0.83 0.89
Hex D8 FA CA E 0 13 2 66 53 59
Octal 330 372 312 16 0 23 2 146 123 131
Binary 11011000 11111010 11001010 1110 0 10011 10 1100110 1010011 1011001

Color Harmonies of #D8FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8FACA

Black with #D8FACA

Text Example


Text Example

White with #D8FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8FACA; }

 p { color: rgb(216,250,202); }

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

background-color css

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

 a { background-color: rgb(216,250,202); }

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

border-color css

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

 span { border-color: rgb(216,250,202); }

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