Html Css Color HEX #F8B8D4 Cotton Candy

📋 copy color: '#F8B8D4'

red 248 ◦ green 184 ◦ blue 212

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

Shades of Cotton Candy #F8B8D4

Tints of Cotton Candy #F8B8D4

RGB

 RED value IS 248 (97.27% from 255) = 38.51%

 GREEN value IS 184 (72.27% from 255) = 28.57%

 BLUE value IS 212 (83.2% from 255) = 32.92%

R = 38.51%
G = 28.57%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F8B8D4 (or 0xF8B8D4) is known color: Cotton Candy. HEX triplet: F8, B8 and D4. RGB value is (248,184,212). Sum of RGB (Red+Green+Blue) = 248+184+212=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B8D4 is #07472B. Grayscale: #CECECE. Windows color (decimal): -476972 or 13940984. OLE color: 13940984.

HSL color Cylindrical-coordinate representation of color #F8B8D4: hue angle of 333.75º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8B8D4 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 184 212 -
CMYK 0 0.26 0.15 0.03
HSL 333.75º 0.82% 0.85% -
HSV(B) 333.75º 0.26% 0.97% -
XYZ 67.74 58.99 70.1 -
YUV 206.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 248 184 212 0 0.26 0.15 0.03 333.75 0.82 0.85
Hex F8 B8 D4 0 1A F 3 14E 52 55
Octal 370 270 324 0 32 17 3 516 122 125
Binary 11111000 10111000 11010100 0 11010 1111 11 101001110 1010010 1010101

Color Harmonies of #F8B8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B8D4

Black with #F8B8D4

Text Example


Text Example

White with #F8B8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B8D4; }

 p { color: rgb(248,184,212); }

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

background-color css

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

 a { background-color: rgb(248,184,212); }

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

border-color css

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

 span { border-color: rgb(248,184,212); }

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