Html Css Color HEX #FAB4CF Cotton Candy

📋 copy color: '#FAB4CF'

red 250 ◦ green 180 ◦ blue 207

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

Shades of Cotton Candy #FAB4CF

Tints of Cotton Candy #FAB4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.26%

 BLUE value IS 207 (81.25% from 255) = 32.5%

R = 39.25%
G = 28.26%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAB4CF (or 0xFAB4CF) is known color: Cotton Candy. HEX triplet: FA, B4 and CF. RGB value is (250,180,207). Sum of RGB (Red+Green+Blue) = 250+180+207=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4CF is #054B30. Grayscale: #CBCBCB. Windows color (decimal): -346929 or 13612282. OLE color: 13612282.

HSL color Cylindrical-coordinate representation of color #FAB4CF: hue angle of 336.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB4CF is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 207 -
CMYK 0 0.28 0.17 0.02
HSL 336.86º 0.88% 0.84% -
HSV(B) 336.86º 0.28% 0.98% -
XYZ 67.01 57.47 66.59 -
YUV 204.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 250 180 207 0 0.28 0.17 0.02 336.86 0.88 0.84
Hex FA B4 CF 0 1C 11 2 151 58 54
Octal 372 264 317 0 34 21 2 521 130 124
Binary 11111010 10110100 11001111 0 11100 10001 10 101010001 1011000 1010100

Color Harmonies of #FAB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4CF

Black with #FAB4CF

Text Example


Text Example

White with #FAB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4CF; }

 p { color: rgb(250,180,207); }

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

background-color css

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

 a { background-color: rgb(250,180,207); }

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

border-color css

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

 span { border-color: rgb(250,180,207); }

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