Html Css Color HEX #F2BBD3 Cotton Candy

📋 copy color: '#F2BBD3'

red 242 ◦ green 187 ◦ blue 211

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

Shades of Cotton Candy #F2BBD3

Tints of Cotton Candy #F2BBD3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.22%

 BLUE value IS 211 (82.81% from 255) = 32.97%

R = 37.81%
G = 29.22%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2BBD3 (or 0xF2BBD3) is known color: Cotton Candy. HEX triplet: F2, BB and D3. RGB value is (242,187,211). Sum of RGB (Red+Green+Blue) = 242+187+211=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBD3 is #0D442C. Grayscale: #CECECE. Windows color (decimal): -869421 or 13876210. OLE color: 13876210.

HSL color Cylindrical-coordinate representation of color #F2BBD3: hue angle of 333.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBD3 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 187 211 -
CMYK 0 0.23 0.13 0.05
HSL 333.82º 0.68% 0.84% -
HSV(B) 333.82º 0.23% 0.95% -
XYZ 66.15 59.12 69.55 -
YUV 206.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 242 187 211 0 0.23 0.13 0.05 333.82 0.68 0.84
Hex F2 BB D3 0 17 D 5 14E 44 54
Octal 362 273 323 0 27 15 5 516 104 124
Binary 11110010 10111011 11010011 0 10111 1101 101 101001110 1000100 1010100

Color Harmonies of #F2BBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBD3

Black with #F2BBD3

Text Example


Text Example

White with #F2BBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBD3; }

 p { color: rgb(242,187,211); }

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

background-color css

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

 a { background-color: rgb(242,187,211); }

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

border-color css

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

 span { border-color: rgb(242,187,211); }

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