Html Css Color HEX #F2B5CC Chantilly

📋 copy color: '#F2B5CC'

red 242 ◦ green 181 ◦ blue 204

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

Shades of Chantilly #F2B5CC

Tints of Chantilly #F2B5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.87%

 BLUE value IS 204 (80.08% from 255) = 32.54%

R = 38.6%
G = 28.87%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2B5CC (or 0xF2B5CC) is known color: Chantilly. HEX triplet: F2, B5 and CC. RGB value is (242,181,204). Sum of RGB (Red+Green+Blue) = 242+181+204=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5CC is #0D4A33. Grayscale: #C9C9C9. Windows color (decimal): -870964 or 13415922. OLE color: 13415922.

HSL color Cylindrical-coordinate representation of color #F2B5CC: hue angle of 337.38º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5CC is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 181 204 -
CMYK 0 0.25 0.16 0.05
HSL 337.38º 0.7% 0.83% -
HSV(B) 337.38º 0.25% 0.95% -
XYZ 64.04 56.28 64.62 -
YUV 201.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 242 181 204 0 0.25 0.16 0.05 337.38 0.7 0.83
Hex F2 B5 CC 0 19 10 5 151 46 53
Octal 362 265 314 0 31 20 5 521 106 123
Binary 11110010 10110101 11001100 0 11001 10000 101 101010001 1000110 1010011

Color Harmonies of #F2B5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5CC

Black with #F2B5CC

Text Example


Text Example

White with #F2B5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5CC; }

 p { color: rgb(242,181,204); }

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

background-color css

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

 a { background-color: rgb(242,181,204); }

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

border-color css

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

 span { border-color: rgb(242,181,204); }

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