Html Css Color HEX #FAC0D2 Cotton Candy

📋 copy color: '#FAC0D2'

red 250 ◦ green 192 ◦ blue 210

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

Shades of Cotton Candy #FAC0D2

Tints of Cotton Candy #FAC0D2

RGB

 RED value IS 250 (98.05% from 255) = 38.34%

 GREEN value IS 192 (75.39% from 255) = 29.45%

 BLUE value IS 210 (82.42% from 255) = 32.21%

R = 38.34%
G = 29.45%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAC0D2 (or 0xFAC0D2) is known color: Cotton Candy. HEX triplet: FA, C0 and D2. RGB value is (250,192,210). Sum of RGB (Red+Green+Blue) = 250+192+210=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0D2 is #053F2D. Grayscale: #D3D3D3. Windows color (decimal): -343854 or 13811962. OLE color: 13811962.

HSL color Cylindrical-coordinate representation of color #FAC0D2: hue angle of 341.38º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC0D2 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 192 210 -
CMYK 0 0.23 0.16 0.02
HSL 341.38º 0.85% 0.87% -
HSV(B) 341.38º 0.23% 0.98% -
XYZ 69.91 62.68 69.39 -
YUV 211.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 250 192 210 0 0.23 0.16 0.02 341.38 0.85 0.87
Hex FA C0 D2 0 17 10 2 155 55 57
Octal 372 300 322 0 27 20 2 525 125 127
Binary 11111010 11000000 11010010 0 10111 10000 10 101010101 1010101 1010111

Color Harmonies of #FAC0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0D2

Black with #FAC0D2

Text Example


Text Example

White with #FAC0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0D2; }

 p { color: rgb(250,192,210); }

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

background-color css

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

 a { background-color: rgb(250,192,210); }

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

border-color css

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

 span { border-color: rgb(250,192,210); }

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