Html Css Color HEX #F2F8CC Carla

📋 copy color: '#F2F8CC'

red 242 ◦ green 248 ◦ blue 204

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

Shades of Carla #F2F8CC

Tints of Carla #F2F8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.73%

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

R = 34.87%
G = 35.73%
B = 29.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F2F8CC (or 0xF2F8CC) is known color: Carla. HEX triplet: F2, F8 and CC. RGB value is (242,248,204). Sum of RGB (Red+Green+Blue) = 242+248+204=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 204 (80.08% from 255 or 29.39% from 694); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F8CC is #0D0733. Grayscale: #F1F1F1. Windows color (decimal): -853812 or 13433074. OLE color: 13433074.

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

Color convert

RGB 242 248 204 -
CMYK 0.02 0 0.18 0.03
HSL 68.18º 0.76% 0.89% -
HSV(B) 68.18º 0.18% 0.97% -
XYZ 81.08 90.37 70.3 -
YUV 241.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 242 248 204 0.02 0 0.18 0.03 68.18 0.76 0.89
Hex F2 F8 CC 2 0 12 3 44 4C 59
Octal 362 370 314 2 0 22 3 104 114 131
Binary 11110010 11111000 11001100 10 0 10010 11 1000100 1001100 1011001

Color Harmonies of #F2F8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F8CC

Black with #F2F8CC

Text Example


Text Example

White with #F2F8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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