Html Css Color HEX #F2CDFB Blue Chalk

📋 copy color: '#F2CDFB'

red 242 ◦ green 205 ◦ blue 251

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

Shades of Blue Chalk #F2CDFB

Tints of Blue Chalk #F2CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.37%

 BLUE value IS 251 (98.44% from 255) = 35.96%

R = 34.67%
G = 29.37%
B = 35.96%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2CDFB (or 0xF2CDFB) is known color: Blue Chalk. HEX triplet: F2, CD and FB. RGB value is (242,205,251). Sum of RGB (Red+Green+Blue) = 242+205+251=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDFB is #0D3204. Grayscale: #DDDDDD. Windows color (decimal): -864773 or 16502258. OLE color: 16502258.

HSL color Cylindrical-coordinate representation of color #F2CDFB: hue angle of 288.26º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2CDFB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 205 251 -
CMYK 0.04 0.18 0 0.02
HSL 288.26º 0.85% 0.89% -
HSV(B) 288.26º 0.18% 0.98% -
XYZ 75.86 69.5 100.68 -
YUV 221.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 242 205 251 0.04 0.18 0 0.02 288.26 0.85 0.89
Hex F2 CD FB 4 12 0 2 120 55 59
Octal 362 315 373 4 22 0 2 440 125 131
Binary 11110010 11001101 11111011 100 10010 0 10 100100000 1010101 1011001

Color Harmonies of #F2CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDFB

Black with #F2CDFB

Text Example


Text Example

White with #F2CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDFB; }

 p { color: rgb(242,205,251); }

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

background-color css

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

 a { background-color: rgb(242,205,251); }

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

border-color css

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

 span { border-color: rgb(242,205,251); }

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