Html Css Color HEX #F4CCFD Blue Chalk

📋 copy color: '#F4CCFD'

red 244 ◦ green 204 ◦ blue 253

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

Shades of Blue Chalk #F4CCFD

Tints of Blue Chalk #F4CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.1%

 BLUE value IS 253 (99.22% from 255) = 36.09%

R = 34.81%
G = 29.1%
B = 36.09%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F4CCFD (or 0xF4CCFD) is known color: Blue Chalk. HEX triplet: F4, CC and FD. RGB value is (244,204,253). Sum of RGB (Red+Green+Blue) = 244+204+253=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 204 (80.08% from 255 or 29.10% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CCFD is #0B3302. Grayscale: #DDDDDD. Windows color (decimal): -733955 or 16633076. OLE color: 16633076.

HSL color Cylindrical-coordinate representation of color #F4CCFD: hue angle of 288.98º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4CCFD is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 204 253 -
CMYK 0.04 0.19 0 0.01
HSL 288.98º 0.92% 0.9% -
HSV(B) 288.98º 0.19% 0.99% -
XYZ 76.63 69.51 102.31 -
YUV 221.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 244 204 253 0.04 0.19 0 0.01 288.98 0.92 0.9
Hex F4 CC FD 4 13 0 1 121 5C 5A
Octal 364 314 375 4 23 0 1 441 134 132
Binary 11110100 11001100 11111101 100 10011 0 1 100100001 1011100 1011010

Color Harmonies of #F4CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CCFD

Black with #F4CCFD

Text Example


Text Example

White with #F4CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CCFD; }

 p { color: rgb(244,204,253); }

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

background-color css

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

 a { background-color: rgb(244,204,253); }

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

border-color css

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

 span { border-color: rgb(244,204,253); }

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