Html Css Color HEX #F4BDD2 Cotton Candy

📋 copy color: '#F4BDD2'

red 244 ◦ green 189 ◦ blue 210

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

Shades of Cotton Candy #F4BDD2

Tints of Cotton Candy #F4BDD2

RGB

 RED value IS 244 (95.7% from 255) = 37.95%

 GREEN value IS 189 (74.22% from 255) = 29.39%

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

R = 37.95%
G = 29.39%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F4BDD2 (or 0xF4BDD2) is known color: Cotton Candy. HEX triplet: F4, BD and D2. RGB value is (244,189,210). Sum of RGB (Red+Green+Blue) = 244+189+210=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDD2 is #0B422D. Grayscale: #CFCFCF. Windows color (decimal): -737838 or 13811188. OLE color: 13811188.

HSL color Cylindrical-coordinate representation of color #F4BDD2: hue angle of 337.09º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BDD2 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 189 210 -
CMYK 0 0.23 0.14 0.04
HSL 337.09º 0.71% 0.85% -
HSV(B) 337.09º 0.23% 0.96% -
XYZ 67.14 60.28 69.07 -
YUV 207.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 244 189 210 0 0.23 0.14 0.04 337.09 0.71 0.85
Hex F4 BD D2 0 17 E 4 151 47 55
Octal 364 275 322 0 27 16 4 521 107 125
Binary 11110100 10111101 11010010 0 10111 1110 100 101010001 1000111 1010101

Color Harmonies of #F4BDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDD2

Black with #F4BDD2

Text Example


Text Example

White with #F4BDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDD2; }

 p { color: rgb(244,189,210); }

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

background-color css

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

 a { background-color: rgb(244,189,210); }

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

border-color css

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

 span { border-color: rgb(244,189,210); }

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